home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00047.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  160 b   |  10 lines

  1. on mouseUp
  2.   global frameseeker
  3.   set frameseeker to random(1135)
  4.   if the frame > 1900 then
  5.     go(frameseeker + 2000)
  6.   else
  7.     go(frameseeker)
  8.   end if
  9. end
  10.